<?xml version="1.0"?>
<!-- An XBRL GL example of a Vendor Invoice, created by Dr. Steven Hornik-->

<xbrl
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns:xbrll="http://www.xbro.org/2003/linkbase"
	xmlns:iso4217="http://www.xbrl.org/2003/iso4217"
	xmlns:gl-plt="http://www.xbrl.org/int/gl/plt/2005-07-12"
	xmlns:gl-cor="http://www.xbrl.org/int/gl/cor/2005-11-07"
	xmlns:gl-bus="http://www.xbrl.org/int/gl/bus/2005-11-07">

	<xbrll:schemaRef xlink:type="simple" xlink:href="http://www.xbrl.org/taxonomy/int/gl/2005-11-07/plt/case-c-b/gl-plt-2005-11-07.xsd"/>
	
	<context id="Today">
		<entity>
			<identifier scheme="http://www.nasdaq.com">MYCC</identifier>
		</entity>
		<period>
			<instant>2007-11-28</instant>
		</period>
	</context>
	
	<unit id="USD">
		<measure>USD</measure>
	</unit>
	
</xbrl>